home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / ls9512.zip / README < prev   
Text File  |  1996-01-04  |  3KB  |  72 lines

  1. LS - Directory Lister for Windows 95 DOS Box
  2.  
  3. I needed a directory lister that handled the Win95 long file names,
  4. displayed in several formats (that normally required several
  5. programs), and was able to selectively display system, hidden
  6. and read-only files or directories. I specially needed the
  7. categorized columnar display that is available on some Unix
  8. systems. I also needed something that was fast, and did not take
  9. forever to load.
  10.  
  11. To install, just copy the file "LS.EXE" anywhere in your path.
  12. Make sure that there is no other file with that name around.
  13.  
  14. Path separators on the command line can be entered either
  15. as a \ or as a /
  16. For example,
  17.      ls /windows/system
  18. is exactly the same as
  19.      ls \windows\system
  20. Either on will list the directory \WINDOWS\SYSTEM.
  21. This will be appreciated by dyed-in-the-wool Unix users.
  22.  
  23. There are several option flags to "ls".
  24. Type "ls -h" to get a list of these flags.
  25.  
  26. The help screen looks like this:
  27.  
  28. -------------------------------------------------------
  29. LS for Win95 - v.1.1 - 9512  (c) MicroText Systems Inc.
  30. -------------------------------------------------------
  31. Usage: ls [-options] [directory]
  32. -------------------------------------------------------
  33. Options:   a  show all files, incl. sys., hid. & rdonly
  34.            s  show system files only
  35.            n  show hidden files only
  36.            w  show read-only files only
  37.            d  show directories only
  38.            l  display long format
  39.            c  display columnar lc-format
  40.            e  show 8.3 names also, if any (long format)
  41.            t  sort by create/modification time
  42.            u  sort by access time
  43.            z  sort by file size
  44.            r  sort in reverse order
  45.            i  inhibit any sorting
  46.            p  page display
  47. Directory: Directory to list. Default is current dir.
  48. -------------------------------------------------------
  49.  
  50. This program is freeware. Distribute it to your friends,
  51. if you want. Please do not resell it. If you do, send me
  52. a portion of your profits.
  53.  
  54. If you like the program, send me 7 dollars. I will send
  55. you updates when available. Or, if that is too much,
  56. send me a thank you by e-mail.
  57.  
  58. Rumi Khambata
  59. 507 Corbin Court
  60. Mississauga, ON
  61. L5A 1M2
  62. Canada
  63.  
  64. E-MAIL:    Internet:  rumik@interlog.com     or
  65.                       rumi@msitxt.gts.org
  66.            UUCP:      uunet!msitxt!rumi      or
  67.                       uunet!uunet.ca!lsuc!msitxt!rumi
  68.  
  69. MicroText Systems Inc.
  70. Canada
  71.  
  72.